home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Database / DateFormatter / DateFormatter.h < prev    next >
Text File  |  1995-06-12  |  376b  |  23 lines

  1. /* DateFormatter.h:
  2.  * You may freely copy, distribute, and reuse the code in this example.
  3.  * NeXT disclaims any warranty of any kind, expressed or  implied, as to its
  4.  * fitness for any particular use.
  5.  *
  6.  * Written by Scott Weiner, NeXT Developer Training
  7.  *
  8.  */
  9.  
  10.  
  11. #import <dbkit/DBEditableFormatter.h>
  12.  
  13.  
  14. @interface DateFormatter : DBEditableFormatter
  15. {
  16. }
  17. - init;
  18. @end
  19.  
  20.  
  21.  
  22.  
  23.